diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:57:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:57:47 +0000 |
commit | 7e5a7bfffde29dcf41eea49049ddff803dd7e98e (patch) | |
tree | 0fa316fbf9025ae43a8ee6d56dec95166d38a31b /x11-toolkits/mowitz | |
parent | cd43591b230b0fad20244491573df03bd9b65a79 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/mowitz')
-rw-r--r-- | x11-toolkits/mowitz/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/mowitz/Makefile b/x11-toolkits/mowitz/Makefile index 8e4c698d4e0d..465162a12656 100644 --- a/x11-toolkits/mowitz/Makefile +++ b/x11-toolkits/mowitz/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: Mowitz -# Date created: this 7th day of January, 2002 -# Whom: mi -# +# Created by: mi # $FreeBSD$ PORTNAME= Mowitz @@ -21,6 +18,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xawm=Xaw3d +NO_STAGE= yes post-install: ${RM} ${PREFIX}/lib/libMowitz.la # Anyone knows a better way? |