aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2013-07-05 02:54:44 +0000
committerDimitri Sokolyuk <demon@dim13.org>2013-07-05 02:54:44 +0000
commit5f84dc65074b075a5b837b66d481cd9d1c793da1 (patch)
treec0b7cb999e49d05b02bb8b397ebdedb7db1cb248 /Makefile
parent1a65d544def297cd5a8ad56f510c20cb62d41d82 (diff)
change package suffix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 319e6f4..53584df 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ DIR= ${PROG}-${VERSION}
package:
@mkdir ${DIR}
@cp Makefile ${SRCS} ${HEADERS} ${DIR}
- @tar zcf ${DIR}.tgz ${DIR}
+ @tar zcf ${DIR}.tar.gz ${DIR}
@rm -rf ${DIR}
.include <bsd.prog.mk>