diff options
author | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2008-09-03 03:46:06 +0000 |
---|---|---|
committer | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2008-09-03 03:46:06 +0000 |
commit | 36765ff8fda0ca2f697346e2df6992cd418a1638 (patch) | |
tree | d14a63fe8b770eff5b39997901c64a2e1518fe3f /sys | |
parent | 17c3a82477e83d840b345ee88689cc68c5199195 (diff) | |
download | mkbuilds-36765ff8fda0ca2f697346e2df6992cd418a1638.tar.gz mkbuilds-36765ff8fda0ca2f697346e2df6992cd418a1638.tar.bz2 |
merging with changes made since 21th May
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@232 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'sys')
-rw-r--r-- | sys/apps/simplepkg/simplepkg.mkbuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/apps/simplepkg/simplepkg.mkbuild b/sys/apps/simplepkg/simplepkg.mkbuild index 6887281..3144d36 100644 --- a/sys/apps/simplepkg/simplepkg.mkbuild +++ b/sys/apps/simplepkg/simplepkg.mkbuild @@ -22,9 +22,9 @@ # Source base name. if different from PKG_NAME name. Null ("") to default value. [[SOURCE NAME]]="simplepkg" -# PKG_NAME name. Null ("") to auto-set +# Package name. Null ("") to auto-set # Auto-set, get PKG_NAME from URL downcase(SRC_NAME): http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' -[[PKG_NAME NAME]]="simplepkg" +[[PACKAGE NAME]]="simplepkg" # # PKG_NAME default ARCH |