`pkg add` is now an alias for `pkg install`
modified configure.ac
@@ -16,6 +16,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/Makefile.am
@@ -37,8 +37,7 @@ pkg_SOURCES= add.c \
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -84,4 +83,8 @@ pkg_static_LDADD= $(top_builddir)/libpkg/libpkg_static.la \
|
|
|
|
|
|
| - | |
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
modified src/main.c
@@ -71,7 +71,7 @@ static struct commands {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -85,7 +85,7 @@ static struct commands {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|